home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 4870 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  549 b 

  1. Path: news.uni-jena.de!news
  2. From: mkt@isun04.inf.uni-jena.de (Tilo Koerbs)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: g++ warning about initialization of non-co
  5. Date: 1 Feb 1996 11:52:52 GMT
  6. Organization: Lehrstuhl fuer Rechnerarchitektur- und kommunikation, FSU Jena
  7. Message-ID: <4eq9ik$fpu@fsuj01.rz.uni-jena.de>
  8. References: <4eo63u$kr1@llnews.ll.mit.edu>
  9. Reply-To: mkt@isun04.inf.uni-jena.de
  10. NNTP-Posting-Host: isun07.inf.uni-jena.de
  11.  
  12. You are right!
  13. The compiler only creates references to temporary objects
  14. if the reference is a const reference!
  15.  
  16.  
  17.  
  18.